翻訳と辞書
Words near each other
・ Run-Away (Super Furry Animals song)
・ Run-flat tire
・ Run-in
・ Run-in period
・ Run-length encoding
・ Run-length limited
・ Run-of-the-river hydroelectricity
・ Run-off area
・ Run-off transcription
・ Run-off-road collision
・ Run-on
・ Run-on sentence
・ Run-out
・ Run-Time Abstraction Services
・ Run-time algorithm specialisation
Run-time checking
・ Run-time estimation of system and sub-system level power consumption
・ Run-time infrastructure (simulation)
・ Run-time type information
・ Run-up
・ Run-up (aviation)
・ Run-up (cricket)
・ Run2me
・ Run4Fun
・ Runa
・ Runa (band)
・ Runa (novel)
・ Runa ABC
・ Runa Akasaka
・ Runa Akiyama


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Run-time checking : ウィキペディア英語版
Run-time checking

Runtime checking is a mechanism of a programming language to check for errors at runtime, e.g. arithmetic overflows or invalid type casts. Most times an exception is thrown and/or the program is terminated, instead of ignoring this failure as it is done in C, C++ etc.
Runtime checking is often criticized for slowing down the resulting program. However this ignores the fact that most compilers for languages with runtime checking allow one to switch the checks off when performance is more important.
While on the other hand, adding runtime checking to a language that does not support it normally is close to impossible, since those languages don't have the needed language constructs.
Runtime checks can be very beneficial. In the case of Ariane 5 Flight 501, the lack of runtime checks caused a critical computer error, costing the ESA €885,000,000.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Run-time checking」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.